Skip to content

fix(cli): description field was mapped to title in toTaskSchema#93

Closed
forgou37 wants to merge 1 commit into
profullstack:masterfrom
forgou37:fix/cli-task-description
Closed

fix(cli): description field was mapped to title in toTaskSchema#93
forgou37 wants to merge 1 commit into
profullstack:masterfrom
forgou37:fix/cli-task-description

Conversation

@forgou37

@forgou37 forgou37 commented Jul 3, 2026

Copy link
Copy Markdown
Contributor

In toTaskSchema, the description field was incorrectly assigned the value of title. This caused task descriptions to be silently lost when converting CLI input.

Simple one-line fix.

…of description

Copy-paste bug: description was assigned item.title instead of item.description,
causing task descriptions to be lost and replaced with the task title.
@ralyodio ralyodio closed this Jul 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants